body {
	margin:0;
	background: #000000;
	color: #ffffff;
	font: 1rem/1.4 'Roboto', sans-serif;
}

a, a:active, a:visited {
	color: #cd1434;
	text-decoration: none;
}

#header img {
	width: 100%;
	max-width: 1800px;
	border-bottom: 3px dashed #871a2d;
}

p, ul {
	margin: 1em;
}

#superlatives tr td:first-of-type {
	color: #cd1434;
	font-weight: bold;
	vertical-align: bottom;
}

thead, tfoot {
	color: #cccccc;
	font-weight: bold;
	vertical-align: bottom;
}

.header td {
	border-bottom: 1px solid #cd1434;
}

.footer td {
	border-top: 1px solid #cd1434;
}

#wrapper {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto 5em auto;
}

#videos iframe {
	float: left;
	margin: 1em;
	border: 5px solid #ffffff;
	box-shadow: 5px 5px 5px #000000;
}

#videos {
	width: 100%;
	overflow: auto;
}

#superlatives {
	float: right;
	margin: 2em;
	background: url("css-images/superlatives-texture.jpg") #cccccc left top repeat-y;
	border: 5px solid #ffffff;
	color: #1c232d;
	box-shadow: 5px 5px 5px #000000;
	max-width: 500px;
}

#stats {
	background: url(css-images/texture.jpg) #871a2d left top repeat-y;
	width: 100%;
	border-top: 5px solid #cd1434;
	border-bottom: 5px solid #cd1434;
	margin: 2em auto;
	position: relative;
	overflow: hidden;
	padding: 1em;
	color: #000000;
}

#stats table {
	margin: 0 auto;
}

#stats:before {
	content: url(script-a.png);
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -15%;
}

#stats .pinned {
	background: none;
}

.flexslider {
	border-left: none;
	border-right: none;
}

h2 {
	text-align: center;
}